Adapt to Bison 3.8 internal yyn -> yyrule rename
authorStephan Bergmann <sbergman@redhat.com>
Tue, 14 Sep 2021 10:20:48 +0000 (12:20 +0200)
committerRene Engelhard <rene@debian.org>
Sun, 19 Sep 2021 11:18:06 +0000 (12:18 +0100)
commitc76d86c3d9ad5176fb849f15453ead5233e23186
treea3c6ab268ca9c018d6bbb99e6774c6652136f7e5
parente5f21bf62bc53cdd97944fc266905d565c6dc94d
Adapt to Bison 3.8 internal yyn -> yyrule rename

see
<https://git.savannah.gnu.org/cgit/bison.git/commit/?id=f30067ed51f23802fc91761ede1506dfa72b2865>
"glr2.cc: log the execution of deferred actions" including "Rename argument yyn
as yyrule for clarity."

YYBISON was defined as 1 rather than as a representation of the Bison version
prior to
<https://git.savannah.gnu.org/cgit/bison.git/commit/?id=21c147b6e5372563b7c4741deadaddb9354f4b09>
"yacc.c: provide the Bison version as an integral macro", which shouldn't be a
problem here.  And YYBISON is apparently completely undefined with
/usr/bin/bison on macOS.

(The preceding comment always mentioned "yyi" and "yyrmap" in apparent mismatch
with the actually used "yyn" and "yyr1" ever since
c25ec0608a167bcf1d891043f02273761c351701 "initial import", so just leave it
untouched.)

Change-Id: I4f901407aa21ed4abec84e661d813ee7599f02f0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122082
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Gbp-Pq: Name bison-3.8.diff
connectivity/source/parse/sqlbison.y